Welcome to Computer Programming

 

BMI Calculator Project - 10 points

Create a BMI (Body Mass Index) Calculator, that will display the persons BMI index and also a determination if the person is overweight, underweight, obese or normal. Use this for reference on the calculations. You can use the math class to square. Your finished project will look a bit like this

Here is starter code and useful Tutorial
BMI Categories: You are going to have a gui that is going to have 3 textfields for input (for feet,inches, weight) and then 1 button (for calculate) and 1 textfield for output. Also make sure you have labels.

 

Advanced: (most do at least 2, hopefully some will try all four)

Rubric:

This is worth 12 points